home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4805 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: nic.wat.hookup.net!news
  2. From: xenon@the-fix.sos.on.ca
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with Curses!
  5. Date: Wed, 07 Feb 1996 02:25:11 GMT
  6. Organization: HookUp Communication Corporation, Waterloo, Ontario, CANADA
  7. Message-ID: <4f93ip$7j9@nic.wat.hookup.net>
  8. References: <4emcp8$3i5@lugb.latrobe.edu.au> <4eo0eoINN2e6@keats.ugrad.cs.ubc.ca> <4eubqe$ge7@stork.qut.edu.au> <823628724snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: slip31.sos.on.ca
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Lawrence Kirby <fred@genesis.demon.co.uk> wrote:
  13.  
  14. >In article <4eubqe$ge7@stork.qut.edu.au>
  15. >           M.Hessling@qut.edu.au "hessling mark " writes:
  16.  
  17. >>Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  18. >>: In article <4emcp8$3i5@lugb.latrobe.edu.au>,
  19. >>: Marcus Crafter <ccmrc@luxor.latrobe.edu.au> wrote:
  20. >>:  >
  21. >>:  >Hi There !
  22. >>:  >
  23. >>:  >    I am working on writing a curses application at the moment,
  24. >>:  >    but I can't seem to set the background of a curses based window
  25. >>:  >    regardless of what I try. Here is the code that won't work as an
  26. >>:  >    application itself, all I want it to do is clear the stdscr 
  27. >>:  >    window to a blue background.
  28. >>
  29. >>: This is a question for the ncurses mailing list.
  30. >>: -- 
  31. >>Oh dear, here we go again.  This question is a valid question for
  32. >>comp.lang.c.
  33.  
  34. >No, it isn't.
  35.  
  36. >> The question is equally valid if Marcus was asking the
  37. >>same question and was using the supplied curses on Solaris or was
  38. >>using PDCurses under DOS or OS/2.
  39.  
  40. >The question is probably relevant on any platform for which you can find an
  41. >implementation of Curses. Curses is available on many platforms however that
  42. >does *not* make it a part of the C language.
  43.  
  44. >> curses is a C library,
  45.  
  46. >Curses is a library with a C call interface but it is not a standard C
  47. >library. It shares that status with POSIX.1, various other System APIs
  48. >(DOS, Windows, Unix etc.) and 3rd party libraries (e.g. C-ISAM or graphics
  49. >libraries). None of these things are defined by the C language hence have
  50. >any relevance to comp.lang.c.
  51.            ^^^^^^^^^^.   This does say comp.lang.c, not comp.lang.standard.c.
  52. Give the guy a break.  You complaining isn't part of the standard C
  53. library either.
  54.  
  55.  
  56.